Documents
An HTML document is a structured
object, containing all the information the Rexx interface can
extract from the document. Currently, this includes:
- TITLE
- The title of the document.
- SOURCE
- The HTML source of the document.
- TYPE
- The MIME type of the document, which is currently always
text/html.
- URLLIST
- All the links in the document,
followed by all the images.
Up to the objects, back to MIME types, or on to the window.
Mike W. Meyer